home *** CD-ROM | disk | FTP | other *** search
-
- Dear Amos Group,
-
- I was wondering if any one could help me find a quicker way
- than this, in finding multiple bob positions.
-
- For G=1 to 20
- For B=21 to 40
-
- If X bob(G)>X bob(B)-10 and X bob(G)<X bob(B)+10
- and Y bob(G)>Y bob(B)-10 and Y bob(G)<Y bob(B)+10
-
- next B
- next G
- end if
-
- thankyou
-
- Aaron
-
-
-